Skip to content

fix: remove debug console.log statements - #39

Closed
AmSach wants to merge 1 commit into
Troptrap:mainfrom
AmSach:fix/remove-debug-console-logs
Closed

fix: remove debug console.log statements#39
AmSach wants to merge 1 commit into
Troptrap:mainfrom
AmSach:fix/remove-debug-console-logs

Conversation

@AmSach

@AmSach AmSach commented May 4, 2026

Copy link
Copy Markdown
Contributor

Fixed debug console.log statements left in cancelGeneration function. These were logging data and error objects to console in production code which is unnecessary and can leak information. Removed:

  • console.log(data) after successful cancel response
  • console.log(error) in catch block

— Sent via @AmSach bot

Signed-off-by: Aman Sachan <amansachan92905@gmail.com>
@AmSach
AmSach force-pushed the fix/remove-debug-console-logs branch from dbcb157 to 3b89362 Compare May 7, 2026 00:40
@Troptrap Troptrap closed this May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants